-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block Gas limit contract integration for Chiado #7727
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
commented
Jun 16, 2023
somnathb1
changed the title
[WIP] Block Gas limit contract integration for Chiado
Block Gas limit contract integration for Chiado
Jun 16, 2023
yperbasis
reviewed
Jun 19, 2023
yperbasis
reviewed
Jun 19, 2023
yperbasis
approved these changes
Jun 19, 2023
yperbasis
added a commit
that referenced
this pull request
Jul 14, 2023
Fix an issue with historical block execution introduced by PR #7727
AlexeyAkhunov
pushed a commit
that referenced
this pull request
Jul 14, 2023
Fix an issue with historical block execution introduced by PR #7727
zzir
pushed a commit
to zzir/erigon
that referenced
this pull request
Jul 17, 2023
Fix an issue with historical block execution introduced by PR erigontech#7727
AskAlexSharov
pushed a commit
that referenced
this pull request
Sep 6, 2023
Changes summary: - Continue with the gasLimit check skip in ``verifyHeader`` of ``merge.go`` for unless pre-merge block and blockGasLimitContract present - Refactor ``aura.go`` a bit - Have ``sysCall`` method customized to be able to call state (contract) at a parent (or any other) header state
AskAlexSharov
pushed a commit
that referenced
this pull request
Sep 6, 2023
Fix an issue with historical block execution introduced by PR #7727
wmitsuda
added a commit
that referenced
this pull request
Sep 21, 2023
commit 89c766a Author: Willian Mitsuda <wmitsuda@gmail.com> Date: Fri Sep 8 03:03:47 2023 -0300 First ots2 prototype commit 674b77f Author: ledgerwatch <akhounov@gmail.com> Date: Fri Jul 14 09:15:22 2023 +0100 Bump patch version in stable to v2.48.1 (#7895) Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local> commit 4c461ac Author: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Date: Fri Jul 14 09:15:15 2023 +0200 Fix Gnosis sync from scratch (#7890) Fix an issue with historical block execution introduced by PR #7727 commit 084acc1 Author: Alex Sharp <akhounov@gmail.com> Date: Fri Jun 30 16:19:29 2023 +0100 Stable modifications
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes summary:
verifyHeader
ofmerge.go
for unless pre-merge block and blockGasLimitContract presentaura.go
a bitsysCall
method customized to be able to call state (contract) at a parent (or any other) header state